home *** CD-ROM | disk | FTP | other *** search
/ Sound Fx / Sound Fx.iso / Software / UNZIPED / MORGL149 / MORGUL.CFG < prev    next >
Text File  |  1995-04-27  |  7KB  |  180 lines

  1. ;
  2. ;  ┌────────────────────────────────────────────────────────────┐
  3. ;  │  The Morgul Player configuration file for Morgul versions  │
  4. ;  │                      1.49 and newer.                       │
  5. ;  └────────────────────────────────────────────────────────────┘
  6. ;
  7. ;  There are many  things defined in here. By default, all the values
  8. ;  are the normal default ones so if you don't want to change anything
  9. ;  here, you will not need this file. However, if you wish to configure
  10. ;  Morgul for your tastes, edit this file and keep it in a location
  11. ;  where Morgul can find it:
  12. ;  1)    in your path
  13. ;  2)    in the current directory
  14. ;  3)    in the directory the Morgul executable lives in
  15. ;  To set switch values (on/off) use the statements On or Off.
  16. ;
  17.  
  18. ;  Here are the default sound card parameters
  19. ;
  20. ;  First, the soundcard we should use, a number from 0 to 12. 0 means
  21. ;  auto detect.
  22. ;  1=SoundBlaster           2=SoundBlaster PRO     3=ProAudioSpectrum+
  23. ;  4=ProAudioSpectrum 16    5=SoundBlaster 16         6=DAC
  24. ;  7=Aria-based cards          8=Windows Sound System 9=Gravis Ultrasound
  25. ;  10=PC Speaker            11=Stereo DAC          12=Stereo DAC
  26. Soundcard=0
  27.  
  28. ;  The IRQ of your sound card - 0 means auto detect
  29. SoundcardIRQ=0
  30.  
  31. ;  The DMA channel yoour sound card uses - 0 means auto detect
  32. SoundcardDMA=0
  33.  
  34. ;  The base address of your sound card, IN HEX! - 0 means auto detect.
  35. ;  usually it is something like 220 or 240.
  36. Soundcardaddress=0
  37.  
  38. ;  The sampling (mixing) rate to use - higher values mean better
  39. ;  quality and take more processor power. Some cards can't go higher
  40. ;  than 22050. Does not affect GUS.
  41.  
  42. SamplingRate=22050
  43.  
  44. ;  The DMA buffer size - in multitasking environments, it might be
  45. ;  a good idea to set a buffer larger than 2048 bytes.
  46. ;  The buffer is by default calculated by Morgul automatically and
  47. ;  it takes into account the mixing rate, stereo and 8/16-bitness.
  48.  
  49. ;DMABuffer=2048
  50.  
  51. ;  use EMS memory if available for samples
  52. UseEMS=on
  53. ;  Use DMA with GUS to transfer samples; faster, but may cause problems. If
  54. ;  causes problems, set to Off
  55. UseGUSDMA=on
  56.  
  57. ; *****************************************************************************
  58. ; ***         If you have inexplicable hangup problems with module          ***
  59. ; ***         loading or in the DOS Shell, set the following to TRUE.       ***
  60. ; *** If you have a new Pentium/486 PCI machine, you might need this option ***
  61. ; ***              You might also need it with ASPI drivers                 ***
  62. ; *****************************************************************************
  63. CompatibilityMode=Off
  64.  
  65. ;  Use the keyboard lights as "volume bars" ; may cause keyboard
  66. ;  problems so default is disabled.
  67. KeyboardLights=Off
  68. ;  Use the 80x60 text mode instead of the default 80x30 mode.
  69. 80x60VideoMode=Off
  70. ;  Play selected modules in random order
  71. RandomPlayMode=Off
  72. ;  The color for the graphical scope:
  73. ScopeColor=0
  74. ;  The startup screen; 1 is top screen, 2 is module screen, 3 is help
  75. ;  screen (why would you want to have the help screen as default ?),
  76. ;  4 is in-between the file and module screen (try this..)
  77. StartupScreen=2
  78. ;  Start in graphics mode?
  79. StartInGraphics=Off
  80. ;  Default background PCX 320x200x256 picture file, uncomment this line
  81. ;  and edit the filename
  82. ;Picfile=C:\path\picture.pcx
  83. ;  Use monochrome mode?
  84. Monochrome=Off
  85. ;  Default panning; by default, on stereo systems, channels are panned
  86. ;  to the absolute left and absolute right (-64,64). May not be what
  87. ;  you want if you use headphones. Setting this to something less than
  88. ;  64 causes the channels to be panned more to the middle. 0 is the same
  89. ;  as mono and 100 is Surround panning.
  90. DefaultPan=40
  91. ;  The amplify rate; use this to get more volume out of your sound
  92. ;  board. Does not affect GUS. If you set it too high, you will get
  93. ;  very crackly sounds. Values lower than 32 are in fact "quietify"
  94. ;  instead of amplify.
  95. Amplify=32
  96.  
  97. ;  File system section
  98.  
  99. ;  Easy mode: In this mode, if you select a file it will start playing
  100. ;  instantaneously. On by default. If you disable it, every module you tag
  101. ;  will be added to the playing list but won't get played right away;
  102. ;  you have to press N to go to the next module. Thus without the Easymode
  103. ;  you can have several files tagged and queued for playing.
  104. Easymode=On
  105. ;  Quickmode: If you set this on, Morgul will not scan module files for
  106. ;  songnames and other info.
  107. Quickmode=Off
  108. ;  If do not want to see the unarchiver messages (they come visible at the
  109. ;  top screen) set the following to On. It should be kept on if you have
  110. ;  error situations because otherwise you couldn't know what went wrong.
  111. SuppressUnpack=Off
  112.  
  113. ;  For UltraCompressor 2 (UC2) users only:
  114. ;  It is highly recommend you upgrade to UC2 R3.
  115. ;  Set "UltraStealth=On" if you have UltraStealth running and the UUC.EXE
  116. ;  in your path. Because UC.EXE needs MUCH memory, you will most probably
  117. ;  not be able to play the bigger UC2'ed modules, so you have to use
  118. ;  UltraStealth. To use UltraStealth, put the line C:\UC\US.EXE (or
  119. ;  whatever is the correct path to US.EXE) to the end of your autoexec.bat.
  120. UltraStealth=Off
  121. ;  Scanning UC2 files takes a long time, so you can disable it with
  122. ;  ScanUc2Files=Off. This is now the default since there have been
  123. ;  hangup problems with UltraCompressor II files.
  124. ScanUc2Files=Off
  125.  
  126. ;  4Dos
  127. ;  If Morgul detects 4Dos, it will save file info into description.
  128. ;  If 4Dos is not detected, nothing will be saved. With this option
  129. ;  you can disable this feature.
  130. 4DosDescription=On
  131.  
  132. ; Settings for digital effects
  133. ;
  134. ; Each entry is of form:
  135. ;
  136. ;   EffectN = name type parm0 [parm1] [parm2] ...
  137. ;
  138. ; <name> is a one word name for the effect and cannot contain white space
  139. ; You can use '_' instead of space character to break it into multiple words
  140. ;
  141. ; <type> can be:
  142. ;
  143. ; R     Reverb/echo effect.
  144. ;           parm0 is feedback value (0-100).
  145. ;           parm1...parmN define a maximum of 8 reverb delay/gain pairs
  146. ;       for example:
  147. ;           Effect1 = HallReverb R 40  30 50  40 30  50 20  60 30
  148. ;       defines Reverb with 40% feedback and echo positions at
  149. ;       30ms (50% gain), 40ms (30% gain), 50ms (20% gain), 60ms (30% gain)
  150. ;
  151. ;       Negative gain values can be used to create 180 degree phase shift
  152. ;
  153. ; F     Filter effect. parm0 is the type of the filter:
  154. ;       1 = Simple lowpass filter (effective)
  155. ;       2 = Simple lowpass filter (soft)
  156. ;
  157. ;   Default effect 0 means no effect.
  158. DefaultEffect=0
  159.  
  160. Effect1=Lowpass_filter F 1
  161. Effect2=Soft_lowpass_filter F 2
  162. Effect3=Hall_reverb R 90  70 22  95 -30  110 25  130 -15  200 25
  163. Effect4=Room_reverb R 30  10 20  25 30  35 -20  45 40
  164. Effect5=Huge_reverb R 35  10 -30  18 40  25 -40  45 30  100 20  150 -30
  165. Effect6=Metallic_reverb R 60  30 30  40 -25  50 25  80 25
  166. Effect7=Distant_echo R 75  160 30  300 50
  167. Effect8=Short_echo R 40  90 100
  168. Effect9=Long_echo R 80  300 80
  169. Effect10=Dead_bass R 100 0 -100
  170. Effect11=Very_Short_Echo R 70 95 98
  171. Effect12=Air_Duct_Reverb R 60 20 18 40 -48 50 -58 90 13 100 2
  172. Effect13=Bass_boost R -10 0 150
  173. Effect14=Empty
  174. Effect15=Empty
  175. Effect16=Empty
  176. Effect17=Empty
  177. Effect18=Empty
  178. Effect19=Empty
  179. Effect20=Empty
  180.